From f72d672434e2b6e3a535258968e350e8d72c8f44 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 8 May 2020 23:30:25 -0400 Subject: [PATCH] dialog: Remove an unused struct --- gtk/gtkdialog.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index 0fbb5c3be7..fe101744ea 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -308,11 +308,6 @@ action_widget_activated (GtkWidget *widget, GtkDialog *dialog) gtk_dialog_response (dialog, response_id); } -typedef struct { - GtkWidget *child; - gint response_id; -} ActionWidgetData; - static void add_response_data (GtkDialog *dialog, GtkWidget *child, -- 2.30.2